-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Conversation
@mxnet-label-bot add [pr-awaiting-review] |
Thanks @mseth10 and @rondogency for the suggestions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks for adding a descriptive tutorial.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks for adding the tutorial and tests.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution. I have left a few comments.
Thanks @apeforest! I made your suggested changes and asked a few clarifying questions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks for the contribution
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. 🐑 it!
* initial commit * fixed title header, removed GeMM reference * added example for gluon partitioning, fixed subgraphOp gradient * added comments * cleaned up code, added more explanations to doc * fixed code block * fixed docs, changed argument to backend_opts and added comments * added Gluon test for custom subgraph library unittests * moved gpu custom operator tests to different file * fixed stateful op registration context support * unlinked test_operator_gpu.py with test_extensions_gpu.py * removed cpu context check since its in gpu folder now * fixed context * fixed whitespace * changed acceptSubgraph API to use vector of bool * addressed Lin's comments * fixed whitespace * changed acceptSubgraph to reviewSubgraph * retrigger CI
Description
Add a brief tutorial doc on Custom partitioning tutorial and example for the feature implemented in #15969. This PR addresses two of the items in #17532
ids
inacceptSubgraph
APIThis PR is not
Checklist
Essentials
Please feel free to remove inapplicable items for your PR.
Changes
backend_args
tobackend_opts
for thehybridize
API to disambiguate from model args (ie. params) since it contains options that are passed to the backend.